Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-208793 | OL6-00-000001 | SV-208793r793578_rule | Low |
Description |
---|
The "/tmp" partition is used as temporary storage by many programs. Placing "/tmp" in its own partition enables the setting of more restrictive mount options, which can help protect programs which use it. |
STIG | Date |
---|---|
Oracle Linux 6 Security Technical Implementation Guide | 2021-12-03 |
Check Text ( C-9046r357359_chk ) |
---|
Run the following command to determine if "/tmp" is on its own partition or logical volume: $ mount | grep "on /tmp " If "/tmp" has its own partition or volume group, a line will be returned. If no line is returned, this is a finding. |
Fix Text (F-9046r357360_fix) |
---|
The "/tmp" directory is a world-writable directory used for temporary file storage. Ensure it has its own partition or logical volume at installation time, or migrate it using LVM. |